func testing.fmtDuration
6 uses
testing (current package)
example.go#L60: dstr := fmtDuration(timeSpent)
fuzz.go#L418: dstr := fmtDuration(f.duration)
fuzz.go#L694: root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
testing.go#L876: func fmtDuration(d time.Duration) string {
testing.go#L1866: root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
testing.go#L2390: dstr := fmtDuration(t.duration)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)